repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Mac
/
IDE scripts
/
Hack
/
Debugger on
blob
63eee831082d588485df9d74e945515136b774d4
1
"""This script turns the Python debugger on globally, meaning that
2
it will then stop at any breakpoint you might have defined."""
3
4
import PyDebugger
5
PyDebugger.startfrombottom()